Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / pkg / backbone / kqueue_linux_stub.go

Displaying Raw • Download

pkg/backbone/kqueue_linux_stub.go 201d27032fbc0af2fd0a560de603cd8786ee75b5 (201d2703) Text, 232 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

//go:build linux

package backbone

import "errors"

func newKqueuePoller() (poller, error) {
return nil, errors.New("kqueue is not available on Linux")
}

Served by rngit 1.5.2 - Generated in 0.05s